You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add <cacheDirectory> to <eclipse>, <greclipse>, and <eclipseCdt> for the Equo/Solstice P2 cache. (#2944)
EclipseJdtFormtterStep now can conditionally set compiler source/compliance options. Allows for better parsing of AST Node for newer language features and more correct sorting; e.g. records or seal classes. (#2942)
Fixed
<versionCatalog> no longer splits long inline tables across multiple lines — Gradle's TOML 1.0 parser cannot read multi-line inline tables. The maxLineLength option has been removed. (#2948)
spotless:apply no longer aborts on the first file with lints; it now formats all files and reports a single aggregated lint failure across every file, matching the Gradle plugin's behavior. (#2937)
<greclipse> and <eclipseCdt> now default P2 data to the Maven local repository. (#2944)
forbidWildcardImports and forbidModuleImports now detect imports that have leading whitespace (indentation/tabs). (#2939)
Changes
Improved formatting performance by eliminating redundant per-step line-ending normalization in the core formatter loop. (#2934)
✅ 0 package(s) with invalid SPDX license definitions
⚠️ 1 package(s) with unknown licenses.
See the Details below.
Snapshot Warnings
⚠️: No snapshots were found for the head SHA 7f31cab.
Ensure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice.
dependabotBot
deleted the
dependabot/maven/com.diffplug.spotless-spotless-maven-plugin-3.6.0
branch
June 3, 2026 10:35
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps com.diffplug.spotless:spotless-maven-plugin from 3.5.1 to 3.6.0.
Release notes
Sourced from com.diffplug.spotless:spotless-maven-plugin's releases.
Commits
71a433cPublished maven/3.6.03a0f101Published gradle/8.6.0007e9d8Published lib/4.6.2a074d53Allow setting the local P2 cache dir in the Spotless Gradle plugin (#2944)a266fc2Merge branch 'main' into add-cache-directory-dsle0d466eFix: sort members treats record declarations as types (#2942)3936b6fMerge branch 'main' into main278765ffix: expandWildcardImports support pom type dependency, fix #2839 (#2935)a18ddecRemove maxLineLength from versionCatalog step (#2949)b91ad87Add changelog entries for versionCatalog maxLineLength removal